diff --git a/appveyor.yml b/appveyor.yml
index 95b65335..a944591d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: 1.62.2-{build}
+version: 1.62.3-{build}
image: Visual Studio 2022
diff --git a/macosx/Info.plist b/macosx/Info.plist
index 7a22e896..a28e48bf 100644
--- a/macosx/Info.plist
+++ b/macosx/Info.plist
@@ -162,7 +162,7 @@
CFBundleExecutable
Snes9x (i386)
CFBundleGetInfoString
- Snes9x 1.62.2, Copyright 1996-2023 Snes9x developers.
+ Snes9x 1.62.3, Copyright 1996-2023 Snes9x developers.
CFBundleHelpBookFolder
Snes9x Help
CFBundleHelpBookName
diff --git a/macosx/en.lproj/InfoPlist.strings b/macosx/en.lproj/InfoPlist.strings
index 8d848ba9..5ab583be 100644
--- a/macosx/en.lproj/InfoPlist.strings
+++ b/macosx/en.lproj/InfoPlist.strings
@@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */
CFBundleName = "Snes9x";
-CFBundleShortVersionString = "1.62.2";
-CFBundleGetInfoString = "Snes9x 1.62.2, Copyright 1996-2023 Snes9x developers.";
+CFBundleShortVersionString = "1.62.3";
+CFBundleGetInfoString = "Snes9x 1.62.3, Copyright 1996-2023 Snes9x developers.";
diff --git a/snes9x.h b/snes9x.h
index a19708a9..b52d8f83 100644
--- a/snes9x.h
+++ b/snes9x.h
@@ -8,7 +8,7 @@
#define _SNES9X_H_
#ifndef VERSION
-#define VERSION "1.62.2"
+#define VERSION "1.62.3"
#endif
#include "port.h"
diff --git a/unix/configure b/unix/configure
index 883b46fd..9dd94b72 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.ac Revision: 1.62.2 .
+# From configure.ac Revision: 1.62.3 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for Snes9x 1.62.2.
+# Generated by GNU Autoconf 2.71 for Snes9x 1.62.3.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -608,8 +608,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Snes9x'
PACKAGE_TARNAME='snes9x'
-PACKAGE_VERSION='1.62.2'
-PACKAGE_STRING='Snes9x 1.62.2'
+PACKAGE_VERSION='1.62.3'
+PACKAGE_STRING='Snes9x 1.62.3'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1318,7 +1318,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Snes9x 1.62.2 to adapt to many kinds of systems.
+\`configure' configures Snes9x 1.62.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1389,7 +1389,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Snes9x 1.62.2:";;
+ short | recursive ) echo "Configuration of Snes9x 1.62.3:";;
esac
cat <<\_ACEOF
@@ -1514,7 +1514,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Snes9x configure 1.62.2
+Snes9x configure 1.62.3
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1852,7 +1852,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Snes9x $as_me 1.62.2, which was
+It was created by Snes9x $as_me 1.62.3, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -7913,7 +7913,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Snes9x $as_me 1.62.2, which was
+This file was extended by Snes9x $as_me 1.62.3, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7968,7 +7968,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-Snes9x config.status 1.62.2
+Snes9x config.status 1.62.3
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff --git a/unix/configure.ac b/unix/configure.ac
index 0d4c5879..50a14c1a 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.71])
-AC_INIT([Snes9x],[1.62.2],[],[snes9x])
-AC_REVISION([$Revision: 1.62.2 $])
+AC_INIT([Snes9x],[1.62.3],[],[snes9x])
+AC_REVISION([$Revision: 1.62.3 $])
AC_CONFIG_SRCDIR([unix.cpp])
diff --git a/win32/docs/readme-windows.txt b/win32/docs/readme-windows.txt
index 554246db..f05c3805 100644
--- a/win32/docs/readme-windows.txt
+++ b/win32/docs/readme-windows.txt
@@ -7,7 +7,7 @@ Files included in the Snes9x archive:
changes.txt
snes9x-license.txt
-version 1.62.2 March, 2023
+version 1.62.3 March, 2023
Home page: http://www.snes9x.com/
Source code: https://github.com/snes9xgit/snes9x/
diff --git a/win32/rsrc/snes9x.rc b/win32/rsrc/snes9x.rc
index d941cace..060b4f1c 100644
--- a/win32/rsrc/snes9x.rc
+++ b/win32/rsrc/snes9x.rc
@@ -885,12 +885,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "http://www.snes9x.com"
VALUE "FileDescription", "Snes9x"
- VALUE "FileVersion", "1.62.2"
+ VALUE "FileVersion", "1.62.3"
VALUE "InternalName", "Snes9x"
VALUE "LegalCopyright", "Copyright 1996-2023"
VALUE "OriginalFilename", "Snes9x.exe"
VALUE "ProductName", "Snes9x SNES Emulator"
- VALUE "ProductVersion", "1.62.2"
+ VALUE "ProductVersion", "1.62.3"
END
END
BLOCK "VarFileInfo"