From dd6b96f5f0737689f166d77f00a4e176eddf762c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 22 Jun 2025 01:09:47 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-06-06 -> 0-unstable-2025-06-20 --- pkgs/applications/emulators/libretro/cores/flycast.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; };