From 54963a6d54e9e9fd94bd915929aa0f0ae81bad8c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 9 May 2026 08:45:14 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2026-04-14 -> 0-unstable-2026-05-03 --- .../applications/emulators/libretro/cores/mame2003-plus.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix index 20cfc978bfde..2986784a4b4e 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003-plus.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003-plus"; - version = "0-unstable-2026-04-14"; + version = "0-unstable-2026-05-03"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "87a1286dfaae69d3a0997ffbe66150aa4bca8505"; - hash = "sha256-uWPZg2WoVs66XP6KhOn4bi8RP0Hy7jjcw1pNZ/U9uTU="; + rev = "5373e38e1091eb28f075513ecdc2575bafc8a5e3"; + hash = "sha256-1BmAwxRVTh0/Pfd3KlxZccdub8bODeypr3eQcv7qGNU="; }; makefile = "Makefile";