From e456ae2433f4e81af75517fbff3597ff6b83b5d6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 21 Jun 2026 13:04:27 +0000 Subject: [PATCH] libretro.mame2003: 0-unstable-2026-06-05 -> 0-unstable-2026-06-15 --- pkgs/applications/emulators/libretro/cores/mame2003.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame2003.nix b/pkgs/applications/emulators/libretro/cores/mame2003.nix index b9b93ff31f69..101450b99d38 100644 --- a/pkgs/applications/emulators/libretro/cores/mame2003.nix +++ b/pkgs/applications/emulators/libretro/cores/mame2003.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "mame2003"; - version = "0-unstable-2026-06-05"; + version = "0-unstable-2026-06-15"; src = fetchFromGitHub { owner = "libretro"; repo = "mame2003-libretro"; - rev = "299789ce642b34c2679cfd89d7ecf06b09851bc1"; - hash = "sha256-FX+onEaaQUdcjAvgsrdW0m408oCSXJEJHQncrN2Uk/Y="; + rev = "8f17f5f4cb432c5d2d2771e5a76f8c4eac2d31a6"; + hash = "sha256-yXII81KiO+53/S2p9H5/81fyCf1qKauQTVjlfNOwu3s="; }; # Fix build with GCC 14