From 7a47d24ff4d466e8d748f00ff6b0f47158127a94 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 22 May 2026 17:54:28 +0000 Subject: [PATCH] libretro.mame2000: 0-unstable-2026-03-31 -> 0-unstable-2026-05-22 --- pkgs/applications/emulators/libretro/cores/mame2000.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2000.nix b/pkgs/applications/emulators/libretro/cores/mame2000.nix index 916b9de5504c..28fe0821ebb6 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2000.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2000.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "mame2000"; - version = "0-unstable-2026-03-31"; + version = "0-unstable-2026-05-22"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2000-libretro"; - rev = "cee538f9b28f00039f298cb3c2b588203f07d0be"; - hash = "sha256-QgVLa6ZgyHWZeWRTemrzQW3hFYA+H+/twsghvlf/Z4c="; + rev = "fd0e767bd6378b35b505a04ada2b32bd98ffe8fb"; + hash = "sha256-gS+fwsJ0/Bel2y2ajI+cSsrKlV5kWlCyOgr/JkJns1o="; }; makefile = "Makefile";