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

libretro.snes9x: 0-unstable-2026-01-26 -> 0-unstable-2026-02-03

parent 04691f35
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "snes9x";
  version = "0-unstable-2026-01-26";
  version = "0-unstable-2026-02-03";

  src = fetchFromGitHub {
    owner = "snes9xgit";
    repo = "snes9x";
    rev = "830d8552551d7a71e9d084f727dc15cf15d9796c";
    hash = "sha256-Xu3s1z4Pab71D2orv7HyL8b3E59AnQEAil0XeWKfKdw=";
    rev = "02f642cdadfaa8f9fa7ec674382d6c70a8b534d6";
    hash = "sha256-4BqWxchxdq8pbWw3Iql786Iu/OY5VMT1pF8wowI26h0=";
  };

  makefile = "Makefile";