Unverified Commit fe34f91b authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

libretro.snes9x: 0-unstable-2025-09-24 -> 0-unstable-2025-10-11 (#452479)

parents 68a0ba1a 5b315015
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "snes9x";
  version = "0-unstable-2025-09-24";
  version = "0-unstable-2025-10-11";

  src = fetchFromGitHub {
    owner = "snes9xgit";
    repo = "snes9x";
    rev = "94115094ead4da7342bd638bb4cc293ae7d297c0";
    hash = "sha256-tXSQursZcV/gsLlydVRD1KUR8t2zztfby7cDno1xtHc=";
    rev = "cdffce2e32bfc0305fd5489831d09b5e730bed9b";
    hash = "sha256-uTUhE6yvzgGxik1TMxcOI4K55xKTZNl7PmwYVxBsQZY=";
  };

  makefile = "Makefile";