From 82a23a5af08a22149784c807ef499aa4a4ef157b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 19 Jul 2026 06:29:24 +0000 Subject: [PATCH] libretro.mame: 0-unstable-2026-06-16 -> 0-unstable-2026-07-18 --- pkgs/applications/emulators/libretro/cores/mame.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/mame.nix b/pkgs/applications/emulators/libretro/cores/mame.nix index 07ae7fd1b2e7..e54c1d6e6f5b 100644 --- a/pkgs/applications/emulators/libretro/cores/mame.nix +++ b/pkgs/applications/emulators/libretro/cores/mame.nix @@ -9,13 +9,13 @@ }: mkLibretroCore { core = "mame"; - version = "0-unstable-2026-06-16"; + version = "0-unstable-2026-07-18"; src = fetchFromGitHub { owner = "libretro"; repo = "mame"; - rev = "0108c5ef3a2261a20c54186ce76cfb4d9ea384a4"; - hash = "sha256-O/L6+JFCOZtRec40S4xMaKh7A8HteZ5L8GQjrhhRfUw="; + rev = "e2f8a31819e9e510dd06ab11f0d387ca7789776e"; + hash = "sha256-LzN5rbo8kev8aogIMTQMLXseZBzx2XtDGGEUtABW92M="; fetchSubmodules = true; };