diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template
index 3940b86b85..e5f6f9a6b7 100644
--- a/srcpkgs/sqlite/template
+++ b/srcpkgs/sqlite/template
@@ -1,14 +1,14 @@
 # Template build file for 'sqlite'.
 pkgname=sqlite
-version=3.7.6.1
-_amalgamationver=3070601
+version=3.7.6.3
+_amalgamationver=3070603
 wrksrc=sqlite
 create_wrksrc=yes
 distfiles="http://www.sqlite.org/sqlite-autoconf-${_amalgamationver}.tar.gz"
 build_style=custom-install
 short_desc="SQL Database Engine in a C Library"
 maintainer="Juan RP <xtraeme@gmail.com>"
-checksum=79b7de2483cbbfa79721c9414d4c7acda00ba98a8b1fe73460fe57c173651ad4
+checksum=bd96d66c8a140776720c028f2eb09d4ff4b0bf9bde2f4f4cb707e26aad873b9a
 long_desc="
  SQLite is a C library that implements an SQL database engine. Programs
  that link with the SQLite library can have SQL database access without