Run a system update, ordinarily that’ll sync up your versions
From an elevated console,
zypper update
But,
I’d also ask why you even have SQLite headers and source installed in the first place.
Unless you’re modifying the application itself, those aren’t used or needed.
For most typical use,
The database application itself (SQLite here) is <configured> (not modified) to provide a database connection to your application. Configurations are typically detailed in a configuration file and don’t change the database app itself.