From c0a7116c34a7a760f1147ff38054bef9f175125c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 23 Jun 2026 23:34:39 +0000 Subject: [PATCH] libretro.flycast: 0-unstable-2026-06-12 -> 0-unstable-2026-06-23 --- 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 e1536e274d85..cf56b95d8026 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-2026-06-12"; + version = "0-unstable-2026-06-23"; src = fetchFromGitHub { owner = "flyinghead"; repo = "flycast"; - rev = "c0f2cf4319d6c77d577599906ca0a90627a3afc8"; - hash = "sha256-ie0mP7IcvWsFX/k0UhJ6eMkdyDq69W8aCcjwkAoL5II="; + rev = "59ab660649d933f40cf281656ba949eb4c835d73"; + hash = "sha256-Hwav4vHppInUUbiSch3J84P7HIYkQ+DM431fFdq1qEg="; fetchSubmodules = true; };