It looks like my SQLite Browser Got Updated to Snap, and it was using the development branch and NOT the stable branch. Here are some of the snap tricks you can use to see what's installed, what's available and to fix things.
See what you are using
$ which sqlitebrowser
See what snap versions you have local
$ snap list sqlitebrowser --all
See what versions are available
$snap info sqlitebrowser
Revert a local version
$ sudo snap revert sqlitebrowser --revision 2851
Uninstall and Install Stable Version
$ sudo snap remove sqlitebrowser
$ sudo snap install sqlitebrowser --channel=latest/stable
Has a nice Query Builder
$ sudo apt-get update
$ sudo apt-get install sqliteman
SQLiteStudio
Refer: https://sqlitestudio.pl
SQLiteBrowser
Refer: https://linuxhint.com/install-sqlite-browser-ubuntu/
Install
$ sudo add-apt-repository ppa:linuxgndu/sqlitebrowser-testing
$ sudo apt-get update && sudo apt-get install sqlitebrowser
Remove
$ sudo apt-get remove sqlitebrowser
