Unverified Commit b8764c83 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libretro.mame2003-plus: 0-unstable-2026-04-04 -> 0-unstable-2026-04-08 (#509696)

parents 196fd308 a705cf65
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "mame2003-plus";
  version = "0-unstable-2026-04-04";
  version = "0-unstable-2026-04-08";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "mame2003-plus-libretro";
    rev = "3da943f4bcf264c7af83a07b78617e98ce3822cd";
    hash = "sha256-3hJj8BLePPdEEsQriHSWhIMhamr7pvpKswP5/RxtjcM=";
    rev = "7d7fc6d9d6a5855118e6580a7b5554e08796a878";
    hash = "sha256-J2VU9BqVLpre2nnpweYpzR3j7jYVbfcNvjQn3SFk4oI=";
  };

  makefile = "Makefile";