From 133c8529c5d64cde675031100546f71010d83c23 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 2 Jul 2025 00:05:15 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2025-06-20 -> 0-unstable-2025-06-27 --- 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 96397f706a3e..bbe1e7b3a115 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-20"; + version = "0-unstable-2025-06-27"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "449d256995de36de0629dd1b97f4d67a0e50c92e"; - hash = "sha256-7+Dn7+AUnd3+eEKRMuahaxiEMWTT1uUEP2y0ZgIs81Q="; + rev = "3f79b6baed2eebbf133b950197c418de06f28916"; + hash = "sha256-C4Q9jTS5UcnwiP7i+Ka4CH2S+dXLbm2vwS93955/RoY="; fetchSubmodules = true; };