From f6f4a681ae8ccdaffe1ef0cf68ffad0c6ebb9445 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 23 Aug 2026 15:11:33 +0000 Subject: [PATCH] libretro.mame2003-plus: 0-unstable-2026-08-13 -> 0-unstable-2026-08-22 --- .../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 f97d52deb484..1f7189cf1b80 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-08-13"; + version = "0-unstable-2026-08-22"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-plus-libretro"; - rev = "5bbb84086c548a0ee0738f0b38966d7d4a5ff946"; - hash = "sha256-fQ3wIylfkG6Q0LmU/mE3jc/GToubcXPJPSBKpBfThlY="; + rev = "dc1f391a830c085cb6e0a4bd732e0c2c69e13bbd"; + hash = "sha256-xd/qhsqHaQQZFiBSt8vSNiNeWervywvYO8rxI2CTYZg="; }; makefile = "Makefile";