diff --git a/pkgs/applications/emulators/libretro/cores/flycast.nix b/pkgs/applications/emulators/libretro/cores/flycast.nix index b497f3d0d18d..96397f706a3e 100644 --- a/pkgs/applications/emulators/libretro/cores/flycast.nix +++ b/pkgs/applications/emulators/libretro/cores/flycast.nix @@ -8,13 +8,13 @@ }: mkLibretroCore { core = "flycast"; - version = "0-unstable-2025-06-06"; + version = "0-unstable-2025-06-20"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "8f033723a1b3437c8e3c8b42a92331eebe53ed0b"; - hash = "sha256-RrWBN8RDAS7RcIOouU3x2Pv/RKrshrmmmCZCeXQ6upk="; + rev = "449d256995de36de0629dd1b97f4d67a0e50c92e"; + hash = "sha256-7+Dn7+AUnd3+eEKRMuahaxiEMWTT1uUEP2y0ZgIs81Q="; fetchSubmodules = true; };