diff options
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 84441181c7..4471de9040 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -792,7 +792,7 @@ and Game Boy Color games.") (define-public sameboy (package (name "sameboy") - (version "0.16.2") + (version "0.16.3") (source (origin (method git-fetch) @@ -801,7 +801,7 @@ and Game Boy Color games.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ckx5dm57h7ncvfqqqb2mdl5dcmhkardcn78zv965h6w1yxg0ii8")))) + (base32 "1jdjg59vzzkbi3c3qaxpsxqx955sb86cd3kcypb0nhjxbnwac1di")))) (build-system gnu-build-system) (native-inputs (list rgbds pkg-config)) |