diff --git a/Core/nbproject/project.properties b/Core/nbproject/project.properties
index 7fbc57db78bf409af28f862c441628422d26a117..ed92afe884419a8ecf7fd03b0d1f4b5b843e074d 100644
--- a/Core/nbproject/project.properties
+++ b/Core/nbproject/project.properties
@@ -29,7 +29,7 @@ file.reference.cxf-rt-transports-http-3.0.16.jar=release/modules/ext/cxf-rt-tran
 file.reference.fontbox-2.0.8.jar=release/modules/ext/fontbox-2.0.8.jar
 file.reference.pdfbox-2.0.8.jar=release/modules/ext/pdfbox-2.0.8.jar
 file.reference.pdfbox-tools-2.0.8.jar=release/modules/ext/pdfbox-tools-2.0.8.jar
-file.reference.sleuthkit-postgresql-4.6.2.jar=release/modules/ext/sleuthkit-postgresql-4.6.2.jar
+file.reference.sleuthkit-postgresql-4.6.3.jar=release/modules/ext/sleuthkit-postgresql-4.6.3.jar
 file.reference.tika-core-1.17.jar=release/modules/ext/tika-core-1.17.jar
 file.reference.tika-parsers-1.17.jar=release/modules/ext/tika-parsers-1.17.jar
 file.reference.curator-client-2.8.0.jar=release/modules/ext/curator-client-2.8.0.jar
diff --git a/Core/nbproject/project.xml b/Core/nbproject/project.xml
index 0c615557464b0cd7173eb69e8f9a7e7fd9b57b21..d142e0b8c94f1dc61063fe930166770c23b85c56 100644
--- a/Core/nbproject/project.xml
+++ b/Core/nbproject/project.xml
@@ -394,8 +394,8 @@
                 <binary-origin>release/modules/ext/sevenzipjbinding.jar</binary-origin>
             </class-path-extension>
             <class-path-extension>
-                <runtime-relative-path>ext/sleuthkit-postgresql-4.6.2.jar</runtime-relative-path>
-                <binary-origin>release/modules/ext/sleuthkit-postgresql-4.6.2.jar</binary-origin>
+                <runtime-relative-path>ext/sleuthkit-postgresql-4.6.3.jar</runtime-relative-path>
+                <binary-origin>release/modules/ext/sleuthkit-postgresql-4.6.3.jar</binary-origin>
             </class-path-extension>
             <class-path-extension>
                 <runtime-relative-path>ext/mchange-commons-java-0.2.9.jar</runtime-relative-path>
diff --git a/TSKVersion.xml b/TSKVersion.xml
index 7350f25b66825e6169a456bee46e5961b6686b43..d909ae3b26fac434afe833c401850c6a086d3e15 100644
--- a/TSKVersion.xml
+++ b/TSKVersion.xml
@@ -1,3 +1,3 @@
 <project name="TSK_VERSION">
-    <property name="TSK_VERSION" value="4.6.2"/>
+    <property name="TSK_VERSION" value="4.6.3"/>
 </project>
diff --git a/unix_setup.sh b/unix_setup.sh
index f18892dfdff9178ef62c822da9ea520818b4434c..04766c7bc4dd0504950c9e928033efde5a72f3a2 100755
--- a/unix_setup.sh
+++ b/unix_setup.sh
@@ -2,7 +2,7 @@
 
 # Verifies programs are installed and copies native code into the Autopsy folder structure
 
-TSK_VERSION=4.6.2
+TSK_VERSION=4.6.3
 
 # Verify PhotoRec was installed
 photorec_filepath=/usr/bin/photorec