Commit 9660ae5d authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.stella: 0-unstable-2026-04-04 -> 0-unstable-2026-04-12

parent 539624fb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "stella";
  version = "0-unstable-2026-04-04";
  version = "0-unstable-2026-04-12";

  src = fetchFromGitHub {
    owner = "stella-emu";
    repo = "stella";
    rev = "1a09c51e639d44bd821a598a095c5d3f6776590e";
    hash = "sha256-qEEE7QMTDwVFMB/6dmTq8VsOQ9qwYky8SBGD0KppqTs=";
    rev = "7d9148f97c9f4ba8903ba3e19cbfb418c779bbb5";
    hash = "sha256-l1PdtMtYmnYzUyEoAuZ2Wh9g85kUFHTfq6iBJOZ5Cfc=";
  };

  makefile = "Makefile";