From b4e28d6ac838e4f49287703bff3386e1ef668942 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 7 Jun 2026 19:59:52 +0000 Subject: [PATCH] libretro.fmsx: 0-unstable-2026-04-20 -> 0-unstable-2026-06-04 --- pkgs/applications/emulators/libretro/cores/fmsx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/fmsx.nix b/pkgs/applications/emulators/libretro/cores/fmsx.nix index 7c89f58c1eb2..4a08a3779c51 100644 --- a/pkgs/applications/emulators/libretro/cores/fmsx.nix +++ b/pkgs/applications/emulators/libretro/cores/fmsx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "fmsx"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-06-04"; src = fetchFromGitHub { owner = "libretro"; repo = "fmsx-libretro"; - rev = "3933db571485b7c6572968f154fa8621c5568357"; - hash = "sha256-hKN/SEnUJW1F4d6unC5k5J95pq0rNMQzLFIfIQL+0v4="; + rev = "f013e213458e06d9df718e4bc4b09d46f88aa899"; + hash = "sha256-+SItMLIY2tgFdXm2wtJdbPaKWhNJH41Mh9329Ln2Pyk="; }; makefile = "Makefile";