diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index bbbb3b9b17a10a0a416bbb9397b82b3c7e649d72..ba4981fee5e9bd6d42a9d576d180c322eb6902da 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -118,8 +118,9 @@ parts:
   sleuthkit:
     # more information on plugins here: https://snapcraft.io/docs/supported-plugins
     plugin: autotools
-    source: https://github.com/sleuthkit/sleuthkit.git
-    source-tag: sleuthkit-4.12.1
+    source: https://gitlab.liu.se/irt/sleuthkit.git
+    source-branch: develop
+    #source-tag: sleuthkit-4.12.0
     build-environment: [JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64]
     # information on packages here: https://snapcraft.io/docs/package-repositories
     build-packages:
@@ -172,8 +173,8 @@ parts:
       # needed by solr to determine locally running ports
       - lsof
     plugin: nil
-    source: https://github.com/sleuthkit/autopsy.git
-    source-tag: autopsy-4.21.0
+    source: https://gitlab.liu.se/irt/autopsy.git
+    source-branch: develop
     build-environment:
       - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
       - TSK_JAVA_LIB_PATH: $SNAPCRAFT_STAGE/usr/local/share/java