Commit a482b3f2 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.snes9x: 0-unstable-2025-05-03 -> 0-unstable-2025-06-13

parent f45e75fc
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-05-03";
  version = "0-unstable-2025-06-13";

  src = fetchFromGitHub {
    owner = "snes9xgit";
    repo = "snes9x";
    rev = "97bc6b08b1da511fa449ecb412ca74fa54f4a3fb";
    hash = "sha256-BZTpQACkjFxk9QsDievu8NHYkJiRAQ0jAuD4LlkrZ7A=";
    rev = "a93dd67c516061c3390506eb26e0457a264f86b6";
    hash = "sha256-IOxYhDkrd9TgzEGiCM2HQxUiTv3Icmc0JE6216PqbYg=";
  };

  makefile = "Makefile";